home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / splib43U.lha / superplay-lib_USR / Docs / SPObject-Docs / 8SVX.doc next >
Text File  |  1994-12-13  |  3KB  |  108 lines

  1.  
  2.   8SVX.svobject
  3.  
  4.   © 1994 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 2.3
  9.   Release Date : 11.12.1994
  10.  
  11.  
  12.   Description
  13.   ~~~~~~~~~~~
  14.   8SVX.svobject is an external Library-Module for the superplay.library V1+.
  15.  
  16.   It supports reading and writing of unencoded IFF-8SVX Sample-Files.
  17.  
  18.   For reading and playing you also need "iffparse.library" V37+ to be
  19.   installed.
  20.  
  21.  
  22.   Requirements
  23.   ~~~~~~~~~~~~
  24.   - OS V2.04+ (V37)+ and its libraries
  25.   - iffparse.library V37+
  26.  
  27.  
  28.   Author
  29.   ~~~~~~
  30.   Andreas R. Kleinert
  31.   Grube Hohe Grethe 23
  32.   D-57074 Siegen
  33.   Germany
  34.  
  35.  
  36.   Features / Handicaps
  37.   ~~~~~~~~~~~~~~~~~~~~
  38.   - once a sample has been loaded, it will be repeated until an explicite
  39.     stop command arrives
  40.   - an arriving stop command waits (asynchroneous) until the current repeat
  41.     loop ends
  42.   - there's no possibility to continue a once stopped Sample
  43.  
  44.  
  45.   History :
  46.   ~~~~~~~~~
  47.   V2.3 (11.12.1994) :
  48.  
  49.    - fixed internal bug.
  50.  
  51.  
  52.   V2.2 (21.07.1994) :
  53.  
  54.    - added possibility to save all Samples from all multiple-SampleList
  55.      and to accept NULL parameters for the Source-SPObject with
  56.      SPO_Write(), so that custom applications may save their self-
  57.      created SampleLists by simply setting them via SPO_SetSampleList().
  58.      The old way behaviour is still supported (as also handling of
  59.      V1 SPObjects).
  60.  
  61.  
  62.   V2.1 (17.07.1994) :
  63.  
  64.    - integrated new "SampleList"-Functions for exporting more than one
  65.      sample
  66.    - the ClipBoard feature did not work.
  67.      Specifications had to be changed slightly - in a compatible way -
  68.      to re-arrange READING to work again. For WRITING only superplay-
  69.      Library had to be changed.
  70.    - Besides : the ClipBoard would not have been closed correctly, anyway,
  71.      because - yet another bug - there was a function call missing.
  72.    - fixed subtype strings (one blank too much)
  73.  
  74.  
  75.   V1.4 (30.04.1994) :
  76.  
  77.    - now the sample name is also shown, when the user asks for information
  78.      about the sample ;>
  79.    - fixed (hopefully) "header not located" problems within memory
  80.      delocation
  81.    - and more
  82.  
  83.  
  84.   V1.3 (30.03.1994) :
  85.  
  86.    - replaced SAS/C's sprintf()-routine with own, RawDoFmt()-based one.
  87.      This saves about 1800 Bytes.
  88.    - "utility.library" is not used, because this crashes the Player-Task
  89.      and no reason for this could be found.
  90.  
  91.  
  92.   V1.2 (25.02.1994) :
  93.  
  94.    - fixed small bug in memory management routines
  95.  
  96.  
  97.   V1.1 (16.01.1994) :
  98.  
  99.    - first version
  100.  
  101.  
  102.   Copyrights
  103.   ~~~~~~~~~~
  104.   Some of the mentioned names or products above may be copyrighted by
  105.   companies or trademarks of companies.
  106.  
  107.  
  108.